home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20041116-20060924 / 000202_fdc@columbia.edu_Thu Nov 10 17:19:26 2005.msg < prev    next >
Internet Message Format  |  2006-09-27  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Kermit logging of a session
  5. Date: 10 Nov 2005 22:19:21 GMT
  6. Organization: Columbia University
  7. Lines: 19
  8. Message-ID: <slrndn7hr9.kg5.fdc@sesame.cc.columbia.edu>
  9. References: <00A4C8C2.0A6F5B37@SendSpamHere.ORG> <1131598748.832021.277940@g49g2000cwa.googlegroups.com> <00A4C98D.DB78424B@SendSpamHere.ORG>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1131661161 22057 128.59.59.56 (10 Nov 2005 22:19:21 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 10 Nov 2005 22:19:21 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15449
  17.  
  18. On 2005-11-10, VAXman-  @SendSpamHere.ORG <VAXman-@SendSpamHere.ORG> wrote:
  19. :...
  20. :>> Also, for those that remember the ol' VT100, one could put the terminal
  21. :>> into a mode that would display all the control and other non-printable
  22. :>> characters.  Is there such a mode in Kermit?
  23. :>
  24. :>Assuming you mean Kermit-95, Alt-D is the default key to toggle
  25. :>'terminal debug' mode. It can also be controlled by the
  26. :>
  27. :>set terminal debug off|on
  28. :
  29. : I'm using this on an Apple Powerbook.  Alt-D doesn't seem to work on
  30. : the Powerbook.   Is there a different key sequence?
  31. :
  32. If it's a Powerbook, it's probably C-Kermit, not Kermit 95.  C-Kermit
  33. doesn't do Alt keys, etc.  You can still use SET TERMINAL DEBUG to turn
  34. terminal debugging on and off, but the display is a bit crude.
  35.  
  36. - Frank